home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / boxpkr17.zip / BOXPOKER.DOC < prev    next >
Text File  |  1991-02-12  |  8KB  |  204 lines

  1.  
  2.                                BOX POKER
  3.    
  4.                                   v1.7
  5.  
  6.                               PCBoard 14.x
  7.  
  8.                                    by
  9.  
  10.                               Al Lawrence
  11.  
  12.                             Sunrise-80  BBS
  13.                             (404) 256-9525
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    BOX POKER is a fast-paced board game in which you remove number
  23.    combinations from the board based upon the roll of the dice.
  24.  
  25.  
  26.    NOTE: Most errors will be logged to a file called SUNRISE.ERR which is
  27.          created in the directory you run the door from.
  28.  
  29.  
  30.  
  31.                               INSTALLATION
  32.                               ____________
  33.  
  34.  
  35.    Installation is fairly easy and straight-forward. The following steps and
  36.    examples should have you up and running in a very short period of time.
  37.    It is assumed that you are familiar with setting up DOORS on your system.
  38.    To this end, only examples of the configuration file and Door batch file
  39.    are described.
  40.  
  41.       1) Create a directory to hold all BOX POKER files
  42.  
  43.       2) Unzip BOXPKRxx.ZIP into the the above directory
  44.  
  45.          NOTE: BRUN45.EXE is not included but is required !!!
  46.  
  47.       3) Create a configuration file, with a name of your choice, or
  48.          modify the supplied BOXPOKER.CNF file. A description follows:
  49.  
  50.             C:\PCB\  **              Location of system file (See Below)
  51.             SUNRISE-80 BBS           Your BBS Name
  52.             Al                       Sysop's First Name
  53.  
  54.             Lawrence                 Sysop's Last Name
  55.  
  56.             00000000                 Registration Number
  57.             
  58.             2                        Keyboard timeout value in Minutes
  59.  
  60.          #  1                        Maximum # of Games per day
  61.  
  62.             50                       Number of Top Score entries.
  63.                                      Minimum = 10, Maximum = 99.
  64.  
  65.          #  NONE                     Drive:\Path\Filename to contain the
  66.                                      Top Score Bulletin or enter NONE
  67.                                      for NO Bulletin creation.
  68.  
  69.             2                        1 = DO NOT Display ADOPT-A-DOOR Message
  70.                                      2 = Display ADOPT-A-DOOR message
  71.  
  72.  
  73.  
  74.           ** = Replace with ONE of the following:
  75.                PCBOARD.SYS..... For PCBoard systems
  76.                DOOR.SYS........ For systems that support DOOR.SYS
  77.                CALLINFO.BBS.... For WILDCAT! systems
  78.                DORINFOx.DEF.... For QBBS/RBBS/RemoteAccess systems
  79.                SFDOORS.DAT .... For SPITFIRE Systems
  80.  
  81.            # = Requires registration to change to a different value
  82.  
  83.  
  84.                NOTE: There are NO Blank Lines in the Config File!!
  85.  
  86.  
  87.       4) Create a batch file or modify the HIROLL file supplied. A
  88.          description of this file follows:
  89.  
  90.             ECHO off
  91.             cd\PCB\DOORS\BOXPOKER     Location of BOXPOKER files
  92.             BOXPOKER BOXPOKER.CNF     EXE filename and CNF filename (Name
  93.                                       used in creating file in #3 above)
  94.             CD\PCB
  95.             BOARD
  96.  
  97.  
  98.        5) When running in more than one node, be sure to supply a
  99.           different configuration name for each node (your choice of name).
  100.  
  101.  
  102.  
  103.  
  104.  
  105.                                ADOPT-A-DOOR
  106.                                ____________
  107.  
  108.     Having been a Sysop for a number of years, I have had my share of problems
  109.     and frustrations getting financial support for my board's upkeep. A fellow
  110.     Sysop left a message on my board, not long ago, about a concept that was
  111.     being used by several boards around the country.
  112.  
  113.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  114.     would be the same as sending in a donation, only this way it is earmarked
  115.     for registering a particular door. In a way, the user feels he/she is
  116.     "getting something in return". As a Door author I have decided to build
  117.     this concept into each of my Door programs. The concept replaces the
  118.     usual message "tell the Sysop to register this Door" we find in most
  119.     doors.
  120.  
  121.     If the Door is unregisterd then a message appears on the opening screen
  122.     to that effect. After finishing or suspending a game, a message screen
  123.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  124.     caller to contact the Sysop to find out if there is any further details
  125.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  126.     time, etc to callers that ADOPT-A-DOOR.
  127.  
  128.     If the Door has been registered, either by the Sysop or other callers,
  129.     the names of those contributors will be displayed in the closing screen.
  130.  
  131.     NOTE: If you want to display the names of the callers that contributed
  132.           to registering the Door, you must create an ASCII file called
  133.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  134.           the name(s) of the contributors (one on each line, maximum of 5
  135.           entries, each a maximum of 30 characters long). This file must be
  136.           saved, in ASCII format, and placed in the Door directory.
  137.  
  138.  
  139.  
  140.                               LEGALITIES
  141.                               __________
  142.  
  143.  
  144.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  145.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  146.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  147.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  148.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  149.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  150.       OR BREACH OF ANY WARRANTY.
  151.  
  152.  
  153.  
  154.  
  155.  
  156.                              DISTRIBUTION
  157.                              ____________
  158.  
  159.    You may make this file available for downloading from your BBS or you may
  160.    upload it to any BBS of your choice, provided that you do not make any
  161.    changes to the contents of the archive (ZIP file). The archive and its
  162.    individual contents may not be used by any service that charges any money
  163.    whatsoever, without the written permission of the author.
  164.  
  165.  
  166.  
  167.  
  168.  
  169.                              REGISTRATION
  170.                              ____________
  171.  
  172.    Registration and the subsequent insertion of the registration number into
  173.    your configuation file, allows for the display of your BBS name on the
  174.    opening and closing screen as well as the reduction of a delay built into
  175.    the opening screen display along with your ability to change certain
  176.    values in the configuration file.
  177.  
  178.    To register your copy of BOXPOKER, please fill out the registration form
  179.    (REGISTER.FRM) and mail it along with a small donation ($20,25,etc) to
  180.    the name and address on the form or send a self-addressed stamped
  181.    envelope and your registration number will be forwarded by return mail.
  182.  
  183.    Be sure to use the proper upper/lower case when filling in your name and
  184.    BBS name, as they MUST match the way you entered them in the configuration
  185.    file.             ^^^^
  186.  
  187.    Based upon information supplied on the registration form, I will pre-
  188.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  189.    up your registration number.
  190.  
  191.  
  192.  
  193.                                  MISC
  194.                                  ____
  195.  
  196.    The latest version of BOXPOKER and other fine SUNRISE DOOR programs
  197.    are always available for download from SUNRISE-80 BBS.
  198.  
  199.    Remember, should you have any problems, questions or suggestions, be sure
  200.    to drop me a message on my BBS or you can reach me thru PCRELAY/RIME on
  201.    the BBS DOOR, SYSOPS or PCBHints conferences or routed to ->SUNRISE
  202.  
  203.  
  204.